home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Interactive CD Sampler / Microsoft Interactive CD Sampler.iso / DEMOS / ENCARTA / ENCARTA.DIR / 00139.ls < prev    next >
Encoding:
Text File  |  1996-08-05  |  353 b   |  16 lines

  1. on startMovie
  2.   set the searchPath to list(the moviePath & "audio", the moviePath & "video")
  3.   repeat with x = 1 to findEmpty(member 1)
  4.     if the type of member x = #bitmap then
  5.       set the purgePriority of member x to 2
  6.     end if
  7.   end repeat
  8.   set the idleHandlerPeriod to 600
  9. end
  10.  
  11. on idle
  12.   if the frame > 12 then
  13.     unloadMember()
  14.   end if
  15. end
  16.